adTempus API
ArcanaDevelopment.adTempus.Client Namespace / DataContext Class / GetSecurityLogins Method / GetSecurityLogins(LoginType[],ObjectFetchOptions,Boolean,Int32,Boolean) Method

In This Topic
    GetSecurityLogins(LoginType[],ObjectFetchOptions,Boolean,Int32,Boolean) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Function GetSecurityLogins( _
       ByVal types() As LoginType, _
       ByVal options As ObjectFetchOptions, _
       ByVal includeACEs As Boolean, _
       ByVal pageSize As Integer, _
       ByRef restartPaging As Boolean _
    ) As SecurityLoginCollection

    Parameters

    types
    options
    includeACEs
    pageSize
    restartPaging
    See Also